You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > CumSum Method > Matrix.CumSum Method ([In] TMtx)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.CumSum Method ([In] TMtx)

Calculate tehe cumulative sum for each of the X matrix columns.

Syntax
C#
Visual Basic
public TMtx CumSum([In] TMtx Mtx);

Store the results in calling matrix. The Rows, Cols and Complex properties of the callig matrix are adjusted implicitly to match those of Mtx matrix.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!